home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Changing a collection during iteration
- Sent: 7/19/96 3:40 PM
- Received: 7/19/96 3:51 PM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >Is modification of a collection allowed during iteration? I understand
- >that MacApp has lists that can have items inserted/deleted while one or
- >more iterators are using them.
-
- ODF collections have the same limitations has the OpenDoc collections:
- you cannot remove object while iterating. We are not going to change
- that. You need to look into STL if you need more complete collection
- classes.
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-
-